see if two string arrays are equal c#

52

see if two string arrays are equal c# -

bool areEqual = a.SequenceEqual(b);

Comments

Submit
0 Comments